projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27fa7ea
)
popover: fix typo in schema string
author
Alexandre Franke
<afranke@gnome.org>
Thu, 29 Aug 2019 12:50:20 +0000
(14:50 +0200)
committer
Alexandre Franke
<afranke@gnome.org>
Thu, 29 Aug 2019 12:50:20 +0000
(14:50 +0200)
gtk/gtkpopover.c
patch
|
blob
|
history
diff --git
a/gtk/gtkpopover.c
b/gtk/gtkpopover.c
index 031e606c4c1797d8355e472d5cf37bb6b3ee7833..3c211b08743e6aa6bce431a2d46163225485ed3c 100644
(file)
--- a/
gtk/gtkpopover.c
+++ b/
gtk/gtkpopover.c
@@
-1355,7
+1355,7
@@
gtk_popover_class_init (GtkPopoverClass *klass)
properties[PROP_AUTOHIDE] =
g_param_spec_boolean ("autohide",
P_("Autohide"),
- P_("Whether to dismiss the popver on outside clicks"),
+ P_("Whether to dismiss the pop
o
ver on outside clicks"),
TRUE,
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);